home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / maya_miguel_global_groovin.swf / scripts / DefineButton2_60 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-27  |  247b  |  13 lines

  1. on(release){
  2.    _root.sound5clip_1.start();
  3.    gotoAndStop("popup");
  4.    if(_root.ilang eq "english")
  5.    {
  6.       popups.gotoAndPlay("xy_english");
  7.    }
  8.    if(_root.ilang eq "espanol")
  9.    {
  10.       popups.gotoAndPlay("xy_espanol");
  11.    }
  12. }
  13.